ThumbnailTrack

open class ThumbnailTrack : Track

Represents a thumbnail track.

Constructors

ThumbnailTrack
Link copied to clipboard
fun ThumbnailTrack(url: String)

Types

Companion
Link copied to clipboard
object Companion

Inherited properties

id
Link copied to clipboard
val id: String
The ID of the Track.
isDefault
Link copied to clipboard
val isDefault: Boolean = false
Specifies whether the Track is a default Track.
label
Link copied to clipboard
val label: String? = null
The label of the Track.
roles
Link copied to clipboard
val roles: List<MediaTrackRole>
Specifies all the DASH roles that are associated with the Track.
type
Link copied to clipboard
val type: TrackType?
The TrackType of the Track.
url
Link copied to clipboard
val url: String?
The URL of the Track.

Inherited functions

describeContents
Link copied to clipboard
open override fun describeContents(): Int
writeToParcel
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)